'Declaration <System.Reflection.DefaultMemberAttribute("Item")> Public Class SpreadChartElementCollection(Of T As SpreadChartElement) Inherits NotifyCollection(Of T)
'Usage Dim instance As SpreadChartElementCollection(Of T)
[System.Reflection.DefaultMember("Item")] public class SpreadChartElementCollection<T> : NotifyCollection<T> where T: SpreadChartElement